
In Computer Sciences, Pascal is usually taught as the first programming language because of its closeness to algorithms. Pascal was made just for that purpose. It has been used extensively in past years and some people still prefer Pascal to C. The plus point of Pascal is its clean code. I learned it in my first semester at FAST.
Programs I made in Pascal
|
I have used Turbo Pascal ver 7.0 without object oriented programming for DOS. All the programs are well documented. You will find them very useful. If you want something added here, please write to me.
This program stores telephone numbers and addresses. Like most other programs, it also consists of more than one files. It contains menus and gui routines. Download this program even if you don't know programming. It's a nice PIM software which will be very useful to all computer users.
Download it (33 KB)
A pong game for two players written in Pascal. The game play has some bugs, but its purely a high level language program: well documented and easy to understand.
Download it (49 KB)
Like Towers of Hanoi, n Queen is one of the most well known problems. You have to place n queens on an nxn chess board such that no queen can kill any other. Run this program for 4x4 and you may guess the trick. This program uses recursion.
Download it (5 KB)
All the stuff in this site is written by me in public domain. However, there are numerous other very useful sites on the internet. If you are a beginner in programming, you have a long way to go. Do check out the following links:
Coder's Knowledge Base: The base lies here. You will find plenty of information on a wide range of subjects. Regularly updated.
[Home]
[C/C++]
[Pascal]
[Prolog]
[HTML]
[Java Script]
Web Master: Muhammad Ali Shah. Created using Notepad. Please send your suggestions and comments to [email protected].